home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / crontb22.zip / CRONTAB.DAT next >
Text File  |  1990-12-28  |  5KB  |  107 lines

  1. ;--------------------------------------------------------------------------- 
  2. ;
  3. ; CRONTAB 2.0 Data File
  4. ; CRONTAB Copyright 1989-1990, Thomas G. Harold, All Rights Reserved.
  5. ;
  6. ;--------------------------------------------------------------------------- 
  7. ;   Remember, CRONTAB processes this file in sequential order.
  8. ;   Spacing & capitalization is for clarity.
  9. ;   Blank lines & comments are useful for remembering what's going on.
  10. ;   I recommend the following file names for batch files:
  11. ;
  12. ;       (filename)                        (command)
  13. ;       SUN,MON,TUE,WED,THU,FRI,SAT     - DOPW0 thru DOPW6 
  14. ;       WEEKLY0 thru WEEKLY6            - PERW0 thru PERW6
  15. ;       ALWAYS                          - AWS
  16. ;       DAILY                           - PERD
  17. ;       MONTHLY                         - PERM
  18. ;
  19.  
  20.  
  21. ;--------------------------------------------------------------------------- 
  22. ;
  23. ;   AWS class - Always
  24. ;
  25. ;--------------------------------------------------------------------------- 
  26. AWS             ,echo Hello world, I am always executed
  27. awS,echo     in
  28. aWS     ,echo     in order
  29. AwS                                ,echo     in order like
  30. aws     ,echo     in order like this!
  31.  
  32.  
  33. ;--------------------------------------------------------------------------- 
  34. ;
  35. ;   PER class - Periodic
  36. ;
  37. ;--------------------------------------------------------------------------- 
  38. PErD            ,echo This is a daily comment!
  39.  
  40. Perw            ,echo You'll see me at the start of each week!
  41. PERW0           ,echo I'm weekly starting Sunday...
  42. PERW1           ,echo I'm weekly starting Monday...
  43. pERW2           ,echo I'm weekly starting Tuesday...
  44. PERW3           ,echo I'm weekly starting Wednesday...
  45. perw4           ,echo I'm weekly starting Thursday...
  46. PErw5           ,echo I'm weekly starting Friday...
  47. perw6           ,echo I'm weekly starting Saturday...
  48.  
  49. PERM            ,echo Default monthly.
  50. PERM5           ,echo This is on or after the 5th, isn't it?
  51. PeRM20          ,echo It is now past the twentieth of the month.  Time to pay bills!
  52.  
  53. PERY            ,echo I do things at the beginning of the year.
  54. PERY3/30        ,echo I make sure that you remember that March 30th has passed.
  55. PERY12/31       ,echo Another year down the drain...
  56. PERY01/01       ,echo This is the 1st of 4 executions per year.
  57. PERY04/01       ,echo This is the 2nd of 4 executions per year.
  58. PERY07/01       ,echo This is the 3rd of 4 executions per year.
  59. PERY10/01       ,echo This is the 4th of 4 executions per year.
  60. PERY1/1         ,echo Welcome to January.
  61. PERY2/1         ,echo Welcome to February.
  62. PERY3/1         ,echo Welcome to March.
  63. PERY4/1         ,echo Welcome to April.
  64. PERY5/1         ,echo Welcome to May.
  65. PERY6/1         ,echo Welcome to June.
  66. PERY7/1         ,echo Welcome to July.
  67. PERY8/1         ,echo Welcome to August.
  68. PERY9/1         ,echo Welcome to September.
  69. PERY10/1        ,echo Welcome to October.
  70. PERY11/1        ,echo Welcome to November.
  71. PERY12/1        ,echo Welcome to December.
  72.  
  73.  
  74. ;---------------------------------------------------------------------------
  75. ;
  76. ;   DOP class - Day of Period
  77. ;
  78. ;--------------------------------------------------------------------------- 
  79. DOPW2           ,echo Today is Tuesday
  80. DOPW3           ,echo Today is Wednesday
  81. DOPW0           ,echo Today is Sunday
  82. DOPW1           ,echo Today is Monday
  83. DOPW4           ,echo Today is Thursday
  84. DOPW6           ,echo Today is Saturday
  85. DOPW5           ,echo Today is Friday
  86. DOPW135         ,echo Today is either Monday, Wednesday, or Friday
  87. DOPW0246        ,echo Today is either Sunday, Tuesday, Thursday, or Saturday
  88.  
  89. DOPM1           ,echo Today is the 1st of the month
  90. DOPM1 5 10      ,echo Today is either the 1st, 5th, or 10th of the month.
  91. DOPM20 31       ,echo Today is either the 20th or the last day of the month.
  92. DOPM29          ,echo Today is the 29th (or last day if it's February).
  93. DOPm28          ,echo Today is the 28th.
  94. dopm30          ,echo Today is the 30th, (or the last day if it's February).
  95. DopM31          ,echo Today is the last day in the month.
  96.  
  97. DOPY1/1         ,echo Happy new year!
  98. dopY3/30        ,echo Today is March 30th!
  99. DoPY12/25       ,echo Merry Christmas!
  100. dopy12/30       ,echo Almost New Year's Eve!
  101. dopy12/31       ,echo Are you ready for the New Year?  (It's less than 24 hours away!)
  102.  
  103. ;--------------------------------------------------------------------------- 
  104. ; End of file
  105. ;--------------------------------------------------------------------------- 
  106.  
  107.